Generic field properties

Generic field properties appear in the Property inspector only when Dreamweaver encounters an INPUT TYPE value that it does not recognize. If you change the field type in the Property inspector to a value that Dreamweaver does recognize, the Property inspector updates to show the properties for the recognized type. (For example, this scenario could occur if you made a typing error in the INPUT TYPE value.)

Input Name Assigns a name to the field. This field is required, and the name must be unique.

Type Sets the input type of the field. The contents of this field reflect the INPUT TYPE value that currently appears in your HTML source code.

Value Sets the value of the field.

Parameters Opens the Parameters dialog box so you can view the current attributes of the field, as well as add or remove attributes.